Fix geocache tags on read so we can really read archived/enabled state.
authorrobertl <robertl@f51c46e8-681c-474f-0cfe-069cfd0219fb>
Mon, 3 Sep 2007 23:31:56 +0000 (23:31 +0000)
committerrobertl <robertl@f51c46e8-681c-474f-0cfe-069cfd0219fb>
Mon, 3 Sep 2007 23:31:56 +0000 (23:31 +0000)
gpsbabel/gpx.c

index cd7ed9f050c2ec4ccc9f4a1928fd5aecbba772ec..bf9fcfd6b1a431a76c53b40da5cafd8ecf57dacb 100644 (file)
@@ -295,7 +295,9 @@ tag_mapping tag_path_map[] = {
 
 #define GARMIN_WPT_EXT "/gpx/wpt/extensions/gpxx:WaypointExtension"
 
-       GEOTAG( tt_cache,               "cache"),
+//     GEOTAG( tt_cache,               "cache"),
+       { tt_cache, 1, "/gpx/wpt/groundspeak:cache" },
+
        GEOTAG( tt_cache_name,          "name"),
        GEOTAG( tt_cache_container,     "container"),
        GEOTAG( tt_cache_type,          "type"),